UserCSS - 顯示縮排深度
UserCSS
1
2
3
4
5
6
/nishio/インデント表示
code:style.css
.indent-mark {
height: 100% !important;
}
.indent-mark .pad {
height: 100% !important;
overflow: clip !important;
}
.indent-mark .char-index:nth-child(4n+1) .pad {
background: #f8f8f8;
}
.indent-mark .char-index:nth-child(4n+3) .pad {
background: #f0f0f0;
}